Documentation
LiveSPInstallation Operating GuideDownload PDF
Appendix : Docker configuration
Docker configuration
Docker root directory
Please note that your docker root directory (usually /var/lib/docker) should be consistent across all servers. The docker root directory is expected to be /var/lib/docker. You can change this by editing ~/.config/livesp/customization.env and adding the following line:
DOCKER_ROOT_DIR=/path/to/docker/root/dir
If you can’t manage to have your docker root directory consistent across all servers, you can create symbolic links to your docker root directory. For example, if you have all your servers configured to have the docker root directory in /data/docker but on one server it is configured to /var/lib/docker, you will add DOCKER_ROOT_DIR=/data/docker in your customization.env and create a symbolic link on the remaining server /data/docker links to /var/lib/docker.